testsuite: Remove packing property tests
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 05:25:11 +0000 (05:25 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 12:01:43 +0000 (12:01 +0000)
These test files were for checking that
GtkBuilder parses <packing> properly.
We no longer support <packing>, so these
can go.

testsuite/gtk/ui/container2.expected [deleted file]
testsuite/gtk/ui/container2.ui [deleted file]
testsuite/gtk/ui/container3.expected [deleted file]
testsuite/gtk/ui/container3.ui [deleted file]
testsuite/gtk/ui/container7.expected [deleted file]
testsuite/gtk/ui/container7.ui [deleted file]

diff --git a/testsuite/gtk/ui/container2.expected b/testsuite/gtk/ui/container2.expected
deleted file mode 100644 (file)
index f1350c8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-ERROR: g-markup-error-quark 6
-.:7:32 element 'property' requires attribute 'name'
diff --git a/testsuite/gtk/ui/container2.ui b/testsuite/gtk/ui/container2.ui
deleted file mode 100644 (file)
index 81a41a6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<!-- invalid child property attribute -->
-<interface>
-  <object class="GtkBox">
-    <child>
-      <object class="GtkLabel" id="widget1"/>
-      <packing>
-        <property food="good"/>
-      </packing>
-    </child>
-  </object>
-</interface>
diff --git a/testsuite/gtk/ui/container3.expected b/testsuite/gtk/ui/container3.expected
deleted file mode 100644 (file)
index 0ac1da5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-ERROR: gtk-builder-error-quark 1
-.:7:17 Unsupported tag for GtkContainer: <warbl>
diff --git a/testsuite/gtk/ui/container3.ui b/testsuite/gtk/ui/container3.ui
deleted file mode 100644 (file)
index 04d35bf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<!-- invalid packing element -->
-<interface>
-  <object class="GtkBox">
-    <child>
-      <object class="GtkLabel" id="widget1"/>
-      <packing>
-        <warbl/>
-      </packing>
-    </child>
-  </object>
-</interface>
diff --git a/testsuite/gtk/ui/container7.expected b/testsuite/gtk/ui/container7.expected
deleted file mode 100644 (file)
index 8288126..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-ERROR: g-markup-error-quark 4
-.:7:1 attribute 'try' invalid for element 'packing'
diff --git a/testsuite/gtk/ui/container7.ui b/testsuite/gtk/ui/container7.ui
deleted file mode 100644 (file)
index 436e4a6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<!-- invalid container packing attribute -->
-<interface>
-  <object class="GtkBox">
-    <child>
-      <object class="GtkLabel" id="widget1"/>
-      <packing try="this">
-      </packing>
-    </child>
-  </object>
-</interface>